home *** CD-ROM | disk | FTP | other *** search
- style "checkradiobutton" {
- engine "pixmap" {
- image
- {
- function = CHECK
- recolorable = TRUE
- shadow = OUT
- overlay_file = "DarkMarble-check_off.png"
- overlay_stretch = FALSE
- }
- image
- {
- function = CHECK
- recolorable = TRUE
- shadow = IN
- overlay_file = "DarkMarble-check_on.png"
- overlay_stretch = FALSE
- }
- image
- {
- function = OPTION
- recolorable = TRUE
- shadow = OUT
- overlay_file = "DarkMarble-check_off.png"
- overlay_stretch = FALSE
- }
- image
- {
- function = OPTION
- recolorable = TRUE
- shadow = IN
- overlay_file = "DarkMarble-check_on.png"
- overlay_stretch = FALSE
- }
- image
- {
- function = FOCUS
- recolorable = TRUE
- overlay_file = "focus.png"
- overlay_border = { 4, 4, 4, 4 }
- overlay_stretch = TRUE
- }
- }
- }
-
- style "button"
- {
- bg[NORMAL] = "#909090"
-
- engine "pixmap"
- {
- image
- {
- function = FOCUS
- recolorable = TRUE
- overlay_file = "focus.png"
- overlay_border = { 4, 4, 4, 4 }
- overlay_stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- detail = "buttondefault"
- shadow = IN
- file = "DarkMarble-button3_in.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- shadow = OUT
- file = "DarkMarble-button3_out.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = PRELIGHT
- shadow = OUT
- file = "DarkMarble-button3_out_prelight.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = NORMAL
- shadow = IN
- file = "DarkMarble-button3_in.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = SELECTED
- shadow = IN
- file = "DarkMarble-button3_in_prelight.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- image
- {
- function = BOX
- recolorable = TRUE
- state = ACTIVE
- shadow = IN
- file = "DarkMarble-button3_in.png"
- border = { 2, 2, 2, 2 }
- stretch = TRUE
- }
- }
- }
-
- style "window"
- {
- engine "pixmap" {
- image
- {
- function = FLAT_BOX
- recolorable = TRUE
- file = "DarkMarble-gloom2.png"
- stretch = FALSE
- }
- }
- }
-
- style "any"
- {
- text[NORMAL] = { 1.0, 1.0, 1.0 }
- fg[NORMAL] = { 1.00, 1.00, 1.00 }
- fg[PRELIGHT] = { 0.95, 0.95, 0.95 }
- fg[ACTIVE] = { 1.00, 1.00, 1.00 }
- fg[SELECTED] = { 1.00, 1.00, 1.00 }
- fg[INSENSITIVE] = { 0.80, 0.90, 0.80 }
-
- base[NORMAL] = { 0.2, 0.25, 0.2 }
- bg[NORMAL] = { 0.25, 0.25, 0.25 }
- bg[PRELIGHT] = { 0.29, 0.35, 0.29 }
- bg[ACTIVE] = { 0.25, 0.30, 0.25 }
- bg[SELECTED] = { 0.35, 0.40, 0.35 }
- bg[INSENSITIVE] = { 0.25, 0.30, 0.29 }
- }
-
- style "stepsReachable"
- {
- fg[NORMAL] = { 0.92, 1.0, 0.92 }
- }
-
- style "entry"
- {
- base[NORMAL] = { 0, 0, 0.1 }
- base[ACTIVE] = { 0, 0, 0.1 }
- fg[NORMAL] = { 0.67, 0.67, 0.67 }
- }
-
- style "notebook"
- {
- bg[NORMAL] = { 0.82, 0.8, 0.8 }
- bg[ACTIVE] = { 0.72, 0.7, 0.7 }
- fg[NORMAL] = { 0, 0, 0 }
- }
-
- style "button" = "any"
- {
- fg[NORMAL] = { 1.0, 1.0, 1.0 }
- bg[PRELIGHT] = { 1.0, 1.0, 1.0 }
- fg[PRELIGHT] = { 0.67, 0.67, 0.67 }
- }
-
- style "background"
- {
- bg[NORMAL] = { 0.3, 0.4, 0.3 }
- bg[PRELIGHT] = { 0.4, 0.4, 0.43 }
- }
-
-
- style "steps"
- {
- fg[NORMAL] = { 1.0, 1.0, 1.0 }
- }
-
- style "stepsReachable"
- {
- fg[NORMAL] = { 0.9, 1.0, 0.9 }
- }
-
- widget_class "GtkWindow" style "window"
- widget_class "*" style "any"
- widget_class "*GtkSpin*" style "entry"
- widget_class "*GtkEntry*" style "entry"
- widget_class "*Gtk*List*" style "entry"
- widget_class "*GtkNotebook*" style "notebook"
- widget "*GtkButton" style "button"
- widget "*background*" style "background"
-
- class "GtkRadioButton" style "checkradiobutton"
- class "GtkCheckButton" style "checkradiobutton"
-